projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a5af7
)
(rmail-mode-2): Locally set enable-local-variables
author
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Apr 1998 05:34:10 +0000
(
05:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Apr 1998 05:34:10 +0000
(
05:34
+0000)
to nil, so a local var list in a message won't confuse things.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index c874ade81fc0c2bd1ae003e90b424ed6895e8d24..1381ec2560b4cf2e190a7787fd0d8720aad8eb1d 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-852,6
+852,9
@@
Instead, these commands are available:
(defun rmail-mode-2 ()
(kill-all-local-variables)
+ ;; Don't let a local variables list in a message cause confusion.
+ (make-local-variable 'enable-local-variables)
+ (setq enable-local-variables nil)
(rmail-mode-1)
(rmail-variables))